home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 11243 / 11243.xpi / chrome / skipscreen.jar / content / about.xul next >
Extensible Markup Language  |  2009-12-14  |  4KB  |  88 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE dialog SYSTEM "chrome://SkipScreen/locale/about.dtd">
  4. <dialog title="&about; SkipScreen" 
  5.     orient="vertical" 
  6.     onload="sizeToContent()"
  7.     width="330"
  8.     buttons="accept" 
  9.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11.   <!-- Original template by Jed Brown -->
  12.   <groupbox align="center" orient="horizontal" width="1" flex="1">
  13.  
  14.     <vbox>
  15.       <div>
  16.     <image id="logo" src="chrome://SkipScreen/content/icon32.png" width="32px" height="32px" class="text-link" tooltiptext="Visit Extension Home Page" onclick="window.open('http://www.skipscreen.com')"/>
  17.     <text value="SkipScreen" style="font-weight: bold; font-size: x-large;"/>
  18.       </div>
  19.  
  20.       <text value="&version; 0.3.20091214_AMO"/>
  21.       <separator class="thin"/>
  22.  
  23.       <columns>
  24.     <column width="300">
  25.       <description id="extensionDescription">Skips unnecessary pages on sites like Rapidshare, Megaupload, zShare, Mediafire, and more.  Wherever there are unnecessary pages and superfluous links, Skipscreen will be there. ;-)</description>
  26.     </column>
  27.       </columns>
  28.  
  29.       <separator class="thin"/>
  30.       <text value="&createdBy;" style="font-weight: bold;"/>
  31.       <columns>
  32.     <column width="300">
  33.       <description class="contributor"
  34.                onclick="window.open('http://www.xradiograph.com/');">
  35.         Michael Paulukonis (http://www.xradiograph.com)</description>
  36.       <description class="contributor"
  37.                onclick="window.open('http://worcesterllc.com/');">
  38.         Worcester, LLC (http://worcesterllc.com)</description>
  39.       <description class="contributor">
  40.         Ahmed Ismail</description>
  41.       <description class="contributor"
  42.                onclick="window.open('http://arantius.com/');">
  43.         Greasemonkey Compiler by Anthony Lieuallen (http://arantius.com/)</description>
  44.     </column>
  45.       </columns>
  46.  
  47.       <separator class="thin"/>
  48.       <text value="&homepage;" style="font-weight: bold;"/>
  49.       <text value="http://www.skipscreen.com"
  50.             class="url"
  51.             onclick="window.open('http://www.skipscreen.com');"/>
  52.  
  53.       <separator class="thin"/>
  54.       <text value="&support;" style="font-weight: bold;"/>
  55.       <text value="http://getsatisfaction.com/skipscreen"
  56.             class="url"
  57.             onclick="window.open('http://getsatisfaction.com/skipscreen');"/>
  58.  
  59.       <separator class="thin"/>
  60.       <text value="&whatsnew;" style="font-weight: bold;"/>
  61.       <text value="http://www.skipscreen.com/whatsnew.html"
  62.             class="url"
  63.             onclick="window.open('http://www.skipscreen.com/whatsnew.html');"/>
  64.  
  65.       <separator class="thin"/>
  66.       <text value="&blog;" style="font-weight: bold;"/>
  67.       <text value="http://www.skipscreen.com/blog"
  68.             class="url"
  69.             onclick="window.open('http://www.skipscreen.com/blog');"/>
  70.  
  71.       <separator class="thin"/>
  72.       <text value="&donate;" style="font-weight: bold;"/>
  73.       <text value="Click to help keep SkipScreen growing!"
  74.             class="url"
  75.             onclick="window.open('http://skipscreen.com/blog/2009/05/can-you-make-a-donation-to-support-work-on-skipscreen/');"/>
  76.  
  77.       <separator class="thin"/>
  78.       <text value="&amo;" style="font-weight: bold;"/>
  79.       <text value="https://addons.mozilla.org/en-US/firefox/addon/11243"
  80.             class="url"
  81.             onclick="window.open('https://addons.mozilla.org/en-US/firefox/addon/11243');"/>
  82.  
  83.       <separator class="thin"/>
  84.  
  85.     </vbox>
  86.   </groupbox>
  87. </dialog>
  88.